home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Imagine!
/
Imagine (Wayzata Technology) (1995).iso
/
pc
/
macfiles
/
thepearl
/
00113_Script_113
< prev
next >
Wrap
Text File
|
1995-08-24
|
1KB
|
45 lines
--bucketRandom script
on mouseDown
puppetSprite 25, true
set the castNum of sprite 25 = the number of cast 115 + random(8)
if random = 115 then
set the castNum of sprite 25 = 115
else
if random = 116 then
set the castNum of sprite 25 = 116
else
if random = 117 then
set the castNum of sprite 25 = 117
else
if random = 118 then
set the castNum of sprite 25 = 118
else
if random = 119 then
set the castNum of sprite 25 = 119
else
if random = 120 then
set the castNum of sprite 25 = 120
if random = 121 then
set the castNum of sprite 25 = 121
if random = 122 then
set the castNum of sprite 25 = 122
if random = 123 then
set the castNum of sprite 25 = 123
end if
end if
end if
end if
end if
end if
end if
end if
end if
end if
updateStage
end
on mouseUp
puppetSprite 25, true
set the castNum of sprite 25 = 114
updateStage
end mouseUp